home *** CD-ROM | disk | FTP | other *** search
/ Future Windows / Future Windows.iso / utility / ncompass / data.z / uninstal.bat < prev    next >
DOS Batch File  |  1995-09-05  |  210b  |  7 lines

  1. REM *** Deinstallation Batch File
  2. FOR %%x IN (%1\ocxcache\*.ocx) DO call %1\program\regsvr32.exe /u /s %%x
  3. pause
  4. echo y | del %1\tempfile\*.*
  5. echo y | del %1\ocxcache\*.*
  6. call uninst.exe -f"%1\DeIsLog.1"
  7.